object DiskClearer: TDiskClearer Left = 156 Top = 215 BorderStyle = bsDialog ClientHeight = 48 ClientWidth = 337 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Info: TLabel Left = 8 Top = 12 Width = 257 Height = 25 AutoSize = False Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Transparent = True WordWrap = True end object StopButton: TButton Left = 272 Top = 12 Width = 57 Height = 21 Hint = 'Stop clearing/Close this window' Cancel = True Caption = '&Cancel' ModalResult = 2 ParentShowHint = False ShowHint = True TabOrder = 0 OnClick = StopButtonClick end end